home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / modle3b.dir / 00247_Script_247 < prev   
Text File  |  1994-11-28  |  193b  |  13 lines

  1. on exitFrame
  2.   global CAPSULEGlow
  3.   
  4.   if CAPSULEGlow = 1 then
  5.     go to frame "PASSWORD2"
  6.   else
  7.     if CAPSULEGlow = 0 then
  8.       go to frame "PASSWORD1"
  9.     end if
  10.   end if
  11. end
  12.  
  13.